Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
chdir
chdir
Change directory
Name:
chdir
Category:
Directory functions
Programming Language:
php
One-line Description:
Change the current directory.
Related
What’s the Difference Between chdir() and chroot()? When Should Each Be Used in PHP?
1
Practical Example of Directory Traversal Using chdir(), opendir(), and readdir()
9
"a", "b", "c"
3
Similar Functions
rewinddir
rewinddir
Rewindthedirectoryha
opendir
opendir
Openthedirectoryhand
dir
dir
Returnsaninstanceoft
chdir
chdir
Changedirectory
scandir
scandir
Listfilesanddirector
getcwd
getcwd
Getthecurrentworking
closedir
closedir
Closethedirectoryhan
readdir
readdir
Readentriesfromdirec
Popular Articles
What’s the Difference Between chdir() and chroot()? When Should Each Be Used in PHP?
"a", "b", "c"
Practical Example of Directory Traversal Using chdir(), opendir(), and readdir()